Configure AccuSync and JIRA (SSL)

  1. Follow the steps for setting up Atlassian JIRA SSL using the Atlassian documentation.
  2. Launch Atlassian JIRA with a secure https url.
  3. Export the certificate in Base64 format. The certificate will eventually be saved as .cert file. Save the .cert file in a known location, such as jira64.cer.
  4. Navigate to AccuSync/JRE/lib/security.
  5. In the command line, run the command: keytool -importcert -alias localhost1 -keystore "C:\Program Files\AccuSync\jre\lib\security\cacerts" -file C:\Users\admin\Desktop\jiracert.cer . Perform Step 5 for JIRA/JRE also.
  6. Restart both AccuSync and the Atlassian JIRA servers.
  7. Make a test connection with a secure https host, using the port with which Atlassian JIRA SSL is running. Establish the connection.
  8. Continue syncing issues.